﻿2026-09-07T02:33:00.8348186Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2026-09-07T02:33:00.8355298Z ##[group]Run actions/checkout@v4
2026-09-07T02:33:00.8355871Z with:
2026-09-07T02:33:00.8356227Z   repository: SaberMage/travelear
2026-09-07T02:33:00.8359189Z   token: ***
2026-09-07T02:33:00.8359537Z   ssh-strict: true
2026-09-07T02:33:00.8359896Z   ssh-user: git
2026-09-07T02:33:00.8360253Z   persist-credentials: true
2026-09-07T02:33:00.8360651Z   clean: true
2026-09-07T02:33:00.8361009Z   sparse-checkout-cone-mode: true
2026-09-07T02:33:00.8361419Z   fetch-depth: 1
2026-09-07T02:33:00.8361761Z   fetch-tags: false
2026-09-07T02:33:00.8362121Z   show-progress: true
2026-09-07T02:33:00.8362832Z   lfs: false
2026-09-07T02:33:00.8363176Z   submodules: false
2026-09-07T02:33:00.8363576Z   set-safe-directory: true
2026-09-07T02:33:00.8363973Z   allow-unsafe-pr-checkout: false
2026-09-07T02:33:00.8364650Z ##[endgroup]
2026-09-07T02:33:00.9186854Z Syncing repository: SaberMage/travelear
2026-09-07T02:33:00.9188312Z ##[group]Getting Git version info
2026-09-07T02:33:00.9188888Z Working directory is '/home/runner/work/travelear/travelear'
2026-09-07T02:33:00.9189698Z [command]/usr/bin/git version
2026-09-07T02:33:00.9221171Z git version 2.55.0
2026-09-07T02:33:00.9236781Z ##[endgroup]
2026-09-07T02:33:00.9248168Z Temporarily overriding HOME='/home/runner/work/_temp/ac76e617-34c0-4577-b572-39e1b2d32471' before making global git config changes
2026-09-07T02:33:00.9249959Z Adding repository directory to the temporary git global config as a safe directory
2026-09-07T02:33:00.9252283Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/travelear/travelear
2026-09-07T02:33:00.9288416Z Deleting the contents of '/home/runner/work/travelear/travelear'
2026-09-07T02:33:00.9291448Z ##[group]Initializing the repository
2026-09-07T02:33:00.9294857Z [command]/usr/bin/git init /home/runner/work/travelear/travelear
2026-09-07T02:33:00.9356462Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-07T02:33:00.9357490Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-07T02:33:00.9358697Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-07T02:33:00.9359843Z hint: call:
2026-09-07T02:33:00.9360368Z hint:
2026-09-07T02:33:00.9360993Z hint: 	git config --global init.defaultBranch <name>
2026-09-07T02:33:00.9361770Z hint:
2026-09-07T02:33:00.9362680Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-07T02:33:00.9363893Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-07T02:33:00.9364832Z hint:
2026-09-07T02:33:00.9365377Z hint: 	git branch -m <name>
2026-09-07T02:33:00.9365972Z hint:
2026-09-07T02:33:00.9366784Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-07T02:33:00.9368308Z Initialized empty Git repository in /home/runner/work/travelear/travelear/.git/
2026-09-07T02:33:00.9370594Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/travelear
2026-09-07T02:33:00.9401397Z ##[endgroup]
2026-09-07T02:33:00.9402547Z ##[group]Disabling automatic garbage collection
2026-09-07T02:33:00.9404671Z [command]/usr/bin/git config --local gc.auto 0
2026-09-07T02:33:00.9430487Z ##[endgroup]
2026-09-07T02:33:00.9431225Z ##[group]Setting up auth
2026-09-07T02:33:00.9437199Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-07T02:33:00.9462287Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-07T02:33:00.9756983Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-07T02:33:00.9783155Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-07T02:33:00.9962275Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-07T02:33:00.9986728Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-07T02:33:01.0166554Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-07T02:33:01.0193035Z ##[endgroup]
2026-09-07T02:33:01.0193936Z ##[group]Fetching the repository
2026-09-07T02:33:01.0199665Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4d88c692cc11162098db44c78dfbf403effc6e9c:refs/remotes/origin/main
2026-09-07T02:33:01.5549935Z From https://github.com/SaberMage/travelear
2026-09-07T02:33:01.5551787Z  * [new ref]         4d88c692cc11162098db44c78dfbf403effc6e9c -> origin/main
2026-09-07T02:33:01.5557003Z ##[endgroup]
2026-09-07T02:33:01.5558506Z ##[group]Determining the checkout info
2026-09-07T02:33:01.5559927Z ##[endgroup]
2026-09-07T02:33:01.5560952Z [command]/usr/bin/git sparse-checkout disable
2026-09-07T02:33:01.5599231Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-07T02:33:01.5623011Z ##[group]Checking out the ref
2026-09-07T02:33:01.5625164Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-07T02:33:01.5802658Z Switched to a new branch 'main'
2026-09-07T02:33:01.5806743Z branch 'main' set up to track 'origin/main'.
2026-09-07T02:33:01.5812582Z ##[endgroup]
2026-09-07T02:33:01.5879579Z [command]/usr/bin/git log -1 --format=%H
2026-09-07T02:33:01.5900595Z 4d88c692cc11162098db44c78dfbf403effc6e9c
